home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_mtools.idb / usr / freeware / src / mtools / patches.z / patches
Encoding:
Text File  |  1998-10-28  |  13.3 KB  |  303 lines

  1. *** ./Makefile.in    Tue Jun 30 10:41:53 1998
  2. --- ../mtools-3.9.1pl2906/./Makefile.in    Tue Jun 30 11:04:30 1998
  3. ***************
  4. *** 117,123 ****
  5. --- 117,125 ----
  6.   CFLAGS = $(CPPFLAGS) $(DEFS) $(MYCFLAGS) -I. @extraincludedir@ -I@srcdir@ $(USERCFLAGS) 
  7.   CXXFLAGS  = $(CPPFLAGS) $(DEFS) $(MYCXXFLAGS) -I. @extraincludedir@ -I@srcdir@ $(USERCFLAGS) 
  8.   LINK      = $(CC) $(LDFLAGS) $(USERLDFLAGS) @extralibdir@
  9. + CXXLINK   = $(CXX) $(LDFLAGS) $(USERLDFLAGS) @extralibdir@
  10.   ALLLIBS   = $(USERLDLIBS) $(MACHDEPLIBS) $(LIBS) $(SHLIB)
  11. + XLIBS     = -L/usr/X11R6/lib -lX11
  12.   
  13.   all:    mtools $(LINKS) mkmanifest @FLOPPYD@
  14.   
  15. ***************
  16. *** 134,140 ****
  17.       $(LINK) $(OBJS2) -o $@ $(ALLLIBS)
  18.   
  19.   floppyd: $(OBJS3)
  20. !     $(LINK) $(OBJS3) -o $@ -L/usr/X11R6/lib -lX11
  21.   
  22.   $(LINKS): mtools
  23.       rm -f $@ && $(LN_S) mtools $@
  24. --- 136,142 ----
  25.       $(LINK) $(OBJS2) -o $@ $(ALLLIBS)
  26.   
  27.   floppyd: $(OBJS3)
  28. !     $(CXXLINK) $(OBJS3) -o $@ $(XLIBS)
  29.   
  30.   $(LINKS): mtools
  31.       rm -f $@ && $(LN_S) mtools $@
  32. *** ./mtools.texi    Tue Jun 30 10:41:57 1998
  33. --- ../mtools-3.9.1pl2906/./mtools.texi    Tue Jun 30 10:53:39 1998
  34. ***************
  35. *** 26,32 ****
  36.   @ifinfo
  37.   @format
  38.   START-INFO-DIR-ENTRY
  39. ! * Mtools: (mtools).        Mtools: utilities to access DOS disks in Unix.
  40.   END-INFO-DIR-ENTRY
  41.   @end format
  42.   @end ifinfo
  43. --- 26,32 ----
  44.   @ifinfo
  45.   @format
  46.   START-INFO-DIR-ENTRY
  47. ! * Mtools: (mtools).         Mtools: utilities to access DOS disks in Unix.
  48.   END-INFO-DIR-ENTRY
  49.   @end format
  50.   @end ifinfo
  51. ***************
  52. *** 597,603 ****
  53.   
  54.    This sections explains the syntax of the configurations files for
  55.   mtools. The configuration files are called
  56. ! @file{/usr/local/etc/mtools.conf} and @file{~/.mtoolsrc}. If the
  57.   environmental variable @code{MTOOLSRC} is set, its contents is used as
  58.   the filename for a third configuration file. These configuration files
  59.   describe the following items:
  60. --- 597,603 ----
  61.   
  62.    This sections explains the syntax of the configurations files for
  63.   mtools. The configuration files are called
  64. ! @file{/usr/freeware/etc/mtools.conf} and @file{~/.mtoolsrc}. If the
  65.   environmental variable @code{MTOOLSRC} is set, its contents is used as
  66.   the filename for a third configuration file. These configuration files
  67.   describe the following items:
  68. ***************
  69. *** 627,633 ****
  70.   @cindex Name of configuration files
  71.   @cindex Location of configuration files
  72.   
  73. ! @file{/usr/local/etc/mtools.conf} is the system-wide configuration file,
  74.   and @file{~/.mtoolsrc} is the user's private configuration file.
  75.   
  76.   On some systems, the system-wide configuration file is called
  77. --- 627,633 ----
  78.   @cindex Name of configuration files
  79.   @cindex Location of configuration files
  80.   
  81. ! @file{/usr/freeware/etc/mtools.conf} is the system-wide configuration file,
  82.   and @file{~/.mtoolsrc} is the user's private configuration file.
  83.   
  84.   On some systems, the system-wide configuration file is called
  85. ***************
  86. *** 1020,1026 ****
  87.   Mtools uses its root privileges to open the device, and to issue the
  88.   actual SCSI I/O calls.  Moreover, root privileges are only used for
  89.   drives described in a system-wide configuration file such as
  90. ! @file{/usr/local/etc/mtools.conf}, and not for those described in
  91.   @file{~/.mtoolsrc} or @file{$MTOOLSRC}.  
  92.   
  93.   @item privileged
  94. --- 1020,1026 ----
  95.   Mtools uses its root privileges to open the device, and to issue the
  96.   actual SCSI I/O calls.  Moreover, root privileges are only used for
  97.   drives described in a system-wide configuration file such as
  98. ! @file{/usr/freeware/etc/mtools.conf}, and not for those described in
  99.   @file{~/.mtoolsrc} or @file{$MTOOLSRC}.  
  100.   
  101.   @item privileged
  102. ***************
  103. *** 1029,1035 ****
  104.   When set to 1, this instructs mtools to use its set-uid and set-gid
  105.   privileges for opening the given drive.  This option is only valid for
  106.   drives described in the system-wide configuration files (such as
  107. ! @file{/usr/local/etc/mtools.conf}, not @file{~/.mtoolsrc} or
  108.   @file{$MTOOLSRC}).  Obviously, this option is also a no op if mtools is
  109.   not installed setuid or setgid.  This option is implied by 'scsi=1', but
  110.   again only for drives defined in system-wide configuration files.
  111. --- 1029,1035 ----
  112.   When set to 1, this instructs mtools to use its set-uid and set-gid
  113.   privileges for opening the given drive.  This option is only valid for
  114.   drives described in the system-wide configuration files (such as
  115. ! @file{/usr/freeware/etc/mtools.conf}, not @file{~/.mtoolsrc} or
  116.   @file{$MTOOLSRC}).  Obviously, this option is also a no op if mtools is
  117.   not installed setuid or setgid.  This option is implied by 'scsi=1', but
  118.   again only for drives defined in system-wide configuration files.
  119. ***************
  120. *** 1304,1310 ****
  121.   @item
  122.   compiled-in defaults
  123.   @item
  124. ! @file{/usr/local/etc/mtools.conf}
  125.   @item
  126.   @file{/etc/mtools}
  127.   This is for backwards compatibility only, and is only parsed if
  128. --- 1304,1310 ----
  129.   @item
  130.   compiled-in defaults
  131.   @item
  132. ! @file{/usr/freeware/etc/mtools.conf}
  133.   @item
  134.   @file{/etc/mtools}
  135.   This is for backwards compatibility only, and is only parsed if
  136. ***************
  137. *** 1320,1329 ****
  138.   Options described in the later files override those described in the
  139.   earlier files. Drives defined in earlier files persist if they are not
  140.   overridden in the later files. For instance, drives A and B may be
  141. ! defined in @file{/usr/local/etc/mtools.conf} and drives C and D may be
  142.   defined in @file{~/.mtoolsrc} However, if @file{~/.mtoolsrc} also
  143.   defines drive A, this new description would override the description of
  144. ! drive A in @file{/usr/local/etc/mtools.conf} instead of adding to it. If
  145.   you want to add a new description to a drive already described in an
  146.   earlier file, you need to use either the @code{+drive} or @code{drive+}
  147.   keyword.
  148. --- 1320,1329 ----
  149.   Options described in the later files override those described in the
  150.   earlier files. Drives defined in earlier files persist if they are not
  151.   overridden in the later files. For instance, drives A and B may be
  152. ! defined in @file{/usr/freeware/etc/mtools.conf} and drives C and D may be
  153.   defined in @file{~/.mtoolsrc} However, if @file{~/.mtoolsrc} also
  154.   defines drive A, this new description would override the description of
  155. ! drive A in @file{/usr/freeware/etc/mtools.conf} instead of adding to it. If
  156.   you want to add a new description to a drive already described in an
  157.   earlier file, you need to use either the @code{+drive} or @code{drive+}
  158.   keyword.
  159. ***************
  160. *** 2526,2532 ****
  161.   same devices are found on a large number of hosts of this type. In that
  162.   case, could you also let me know about your new definitions, so that I
  163.   can include them into the next release.  For purely local file, I
  164. ! recommend that you use the @code{/usr/local/etc/mtools.conf} and
  165.   @code{~/.mtoolsrc} configuration files.
  166.   
  167.    However, the devices files also allows to supply geometry setting
  168. --- 2526,2532 ----
  169.   same devices are found on a large number of hosts of this type. In that
  170.   case, could you also let me know about your new definitions, so that I
  171.   can include them into the next release.  For purely local file, I
  172. ! recommend that you use the @code{/usr/freeware/etc/mtools.conf} and
  173.   @code{~/.mtoolsrc} configuration files.
  174.   
  175.    However, the devices files also allows to supply geometry setting
  176. *** ./mtools.1    Tue Jun 30 10:41:56 1998
  177. --- ../mtools-3.9.1pl2906/./mtools.1    Tue Jun 30 10:54:02 1998
  178. ***************
  179. *** 502,508 ****
  180.   .PP
  181.    This sections explains the syntax of the configurations files for
  182.   mtools. The configuration files are called
  183. ! \&\fR\&\f(CW\(if/usr/local/etc/mtools.conf\(is\fR and \fR\&\f(CW\(if~/.mtoolsrc\(is\fR. If the
  184.   environmental variable \fR\&\f(CWMTOOLSRC\fR is set, its contents is used as
  185.   the filename for a third configuration file. These configuration files
  186.   describe the following items:
  187. --- 502,508 ----
  188.   .PP
  189.    This sections explains the syntax of the configurations files for
  190.   mtools. The configuration files are called
  191. ! \&\fR\&\f(CW\(if/usr/freeware/etc/mtools.conf\(is\fR and \fR\&\f(CW\(if~/.mtoolsrc\(is\fR. If the
  192.   environmental variable \fR\&\f(CWMTOOLSRC\fR is set, its contents is used as
  193.   the filename for a third configuration file. These configuration files
  194.   describe the following items:
  195. ***************
  196. *** 519,525 ****
  197.   .iX "c Name of configuration files"
  198.   .iX "c Location of configuration files"
  199.   .PP
  200. ! \&\fR\&\f(CW\(if/usr/local/etc/mtools.conf\(is\fR is the system-wide configuration file,
  201.   and \fR\&\f(CW\(if~/.mtoolsrc\(is\fR is the user's private configuration file.
  202.   .PP
  203.   On some systems, the system-wide configuration file is called
  204. --- 519,525 ----
  205.   .iX "c Name of configuration files"
  206.   .iX "c Location of configuration files"
  207.   .PP
  208. ! \&\fR\&\f(CW\(if/usr/freeware/etc/mtools.conf\(is\fR is the system-wide configuration file,
  209.   and \fR\&\f(CW\(if~/.mtoolsrc\(is\fR is the user's private configuration file.
  210.   .PP
  211.   On some systems, the system-wide configuration file is called
  212. ***************
  213. *** 922,928 ****
  214.   Mtools uses its root privileges to open the device, and to issue the
  215.   actual SCSI I/O calls.  Moreover, root privileges are only used for
  216.   drives described in a system-wide configuration file such as
  217. ! \&\fR\&\f(CW\(if/usr/local/etc/mtools.conf\(is\fR, and not for those described in
  218.   \&\fR\&\f(CW\(if~/.mtoolsrc\(is\fR or \fR\&\f(CW\(if$MTOOLSRC\(is\fR.  
  219.   .TP
  220.   \&\fR\&\f(CWprivileged\fR\ 
  221. --- 922,928 ----
  222.   Mtools uses its root privileges to open the device, and to issue the
  223.   actual SCSI I/O calls.  Moreover, root privileges are only used for
  224.   drives described in a system-wide configuration file such as
  225. ! \&\fR\&\f(CW\(if/usr/freeware/etc/mtools.conf\(is\fR, and not for those described in
  226.   \&\fR\&\f(CW\(if~/.mtoolsrc\(is\fR or \fR\&\f(CW\(if$MTOOLSRC\(is\fR.  
  227.   .TP
  228.   \&\fR\&\f(CWprivileged\fR\ 
  229. ***************
  230. *** 931,937 ****
  231.   When set to 1, this instructs mtools to use its set-uid and set-gid
  232.   privileges for opening the given drive.  This option is only valid for
  233.   drives described in the system-wide configuration files (such as
  234. ! \&\fR\&\f(CW\(if/usr/local/etc/mtools.conf\(is\fR, not \fR\&\f(CW\(if~/.mtoolsrc\(is\fR or
  235.   \&\fR\&\f(CW\(if$MTOOLSRC\(is\fR).  Obviously, this option is also a no op if mtools is
  236.   not installed setuid or setgid.  This option is implied by 'scsi=1', but
  237.   again only for drives defined in system-wide configuration files.
  238. --- 931,937 ----
  239.   When set to 1, this instructs mtools to use its set-uid and set-gid
  240.   privileges for opening the given drive.  This option is only valid for
  241.   drives described in the system-wide configuration files (such as
  242. ! \&\fR\&\f(CW\(if/usr/freeware/etc/mtools.conf\(is\fR, not \fR\&\f(CW\(if~/.mtoolsrc\(is\fR or
  243.   \&\fR\&\f(CW\(if$MTOOLSRC\(is\fR).  Obviously, this option is also a no op if mtools is
  244.   not installed setuid or setgid.  This option is implied by 'scsi=1', but
  245.   again only for drives defined in system-wide configuration files.
  246. ***************
  247. *** 1216,1222 ****
  248.   compiled-in defaults
  249.   .TP
  250.   2.\ 
  251. ! \&\fR\&\f(CW\(if/usr/local/etc/mtools.conf\(is\fR
  252.   .TP
  253.   3.\ 
  254.   \&\fR\&\f(CW\(if/etc/mtools\(is\fR
  255. --- 1216,1222 ----
  256.   compiled-in defaults
  257.   .TP
  258.   2.\ 
  259. ! \&\fR\&\f(CW\(if/usr/freeware/etc/mtools.conf\(is\fR
  260.   .TP
  261.   3.\ 
  262.   \&\fR\&\f(CW\(if/etc/mtools\(is\fR
  263. ***************
  264. *** 1234,1243 ****
  265.   Options described in the later files override those described in the
  266.   earlier files. Drives defined in earlier files persist if they are not
  267.   overridden in the later files. For instance, drives A and B may be
  268. ! defined in \fR\&\f(CW\(if/usr/local/etc/mtools.conf\(is\fR and drives C and D may be
  269.   defined in \fR\&\f(CW\(if~/.mtoolsrc\(is\fR However, if \fR\&\f(CW\(if~/.mtoolsrc\(is\fR also
  270.   defines drive A, this new description would override the description of
  271. ! drive A in \fR\&\f(CW\(if/usr/local/etc/mtools.conf\(is\fR instead of adding to it. If
  272.   you want to add a new description to a drive already described in an
  273.   earlier file, you need to use either the \fR\&\f(CW+drive\fR or \fR\&\f(CWdrive+\fR
  274.   keyword.
  275. --- 1234,1243 ----
  276.   Options described in the later files override those described in the
  277.   earlier files. Drives defined in earlier files persist if they are not
  278.   overridden in the later files. For instance, drives A and B may be
  279. ! defined in \fR\&\f(CW\(if/usr/freeware/etc/mtools.conf\(is\fR and drives C and D may be
  280.   defined in \fR\&\f(CW\(if~/.mtoolsrc\(is\fR However, if \fR\&\f(CW\(if~/.mtoolsrc\(is\fR also
  281.   defines drive A, this new description would override the description of
  282. ! drive A in \fR\&\f(CW\(if/usr/freeware/etc/mtools.conf\(is\fR instead of adding to it. If
  283.   you want to add a new description to a drive already described in an
  284.   earlier file, you need to use either the \fR\&\f(CW+drive\fR or \fR\&\f(CWdrive+\fR
  285.   keyword.
  286. ***************
  287. *** 2542,2548 ****
  288.   same devices are found on a large number of hosts of this type. In that
  289.   case, could you also let me know about your new definitions, so that I
  290.   can include them into the next release.  For purely local file, I
  291. ! recommend that you use the \fR\&\f(CW/usr/local/etc/mtools.conf\fR and
  292.   \&\fR\&\f(CW~/.mtoolsrc\fR configuration files.
  293.   .PP
  294.    However, the devices files also allows to supply geometry setting
  295. --- 2542,2548 ----
  296.   same devices are found on a large number of hosts of this type. In that
  297.   case, could you also let me know about your new definitions, so that I
  298.   can include them into the next release.  For purely local file, I
  299. ! recommend that you use the \fR\&\f(CW/usr/freeware/etc/mtools.conf\fR and
  300.   \&\fR\&\f(CW~/.mtoolsrc\fR configuration files.
  301.   .PP
  302.    However, the devices files also allows to supply geometry setting
  303.